-
-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: update next with master #1466
Merged
jonaslagoni
merged 20 commits into
asyncapi:next
from
jonaslagoni:update_next_with_master_2
Aug 8, 2023
Merged
feat: update next with master #1466
jonaslagoni
merged 20 commits into
asyncapi:next
from
jonaslagoni:update_next_with_master_2
Aug 8, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* update README.md * update .all-contributorsrc --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Jonas Lagoni <[email protected]>
…ime-typescript (asyncapi#1453) chore(deps): bump word-wrap in /test/runtime/runtime-typescript Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: asyncapi-bot-eve <[email protected]>
* test: add c++ runtime tests Signed-off-by: Kartik Jolapara <[email protected]> * chore: add generating and testing scripts Signed-off-by: Kartik Jolapara <[email protected]> * chore: add README.md and .gitignore for c++ runtime tests Signed-off-by: Kartik Jolapara <[email protected]> * fix: Complete the issues with json parsing in c++ runtime testing Signed-off-by: Kartik Jolapara <[email protected]> * feat: add ci workflow for c++ runtime testing Signed-off-by: Kartik Jolapara <[email protected]> * fix: change .gitignore Signed-off-by: Kartik Jolapara <[email protected]> * fix: clean unnecessary testing of the own implementation of serialization Signed-off-by: Kartik Jolapara <[email protected]> * chore: comment and remote json utility from c++ runtime testing for now not needed Signed-off-by: Kartik Jolapara <[email protected]> * fix: Remove hardcoded libraries and include git submodule in the c++ runtime testing Signed-off-by: Kartik Jolapara <[email protected]> * fix: clone git submodule in cpp runtime testing Signed-off-by: Kartik Jolapara <[email protected]> * fix: update submodule cloning in github workflow Signed-off-by: Kartik Jolapara <[email protected]> --------- Signed-off-by: Kartik Jolapara <[email protected]> Co-authored-by: Jonas Lagoni <[email protected]>
…api#1457) Co-authored-by: asyncapi-bot <[email protected]> Co-authored-by: asyncapi-bot-eve <[email protected]>
…api#1461) * update README.md * update .all-contributorsrc --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* update README.md * update .all-contributorsrc --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* update README.md * update .all-contributorsrc --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
jonaslagoni
requested review from
Ferror,
magicmatatjahu,
kennethaasan and
asyncapi-bot-eve
as code owners
August 8, 2023 09:57
✅ Deploy Preview for modelina ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Kudos, SonarCloud Quality Gate passed! |
🎉 This PR is included in version 1.8.11 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR updates
next
with master and fixes the release workflow.